home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Inside Macworld / Product News / gimp-1.2.4.sit / gimp-1.2.4 / plug-ins / MapObject / mapobject_ui.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-08-22  |  364 b   |  18 lines

  1. #ifndef __MAPOBJECT_UI_H__
  2. #define __MAPOBJECT_UI_H__
  3.  
  4. /* Externally visible variables */
  5. /* ============================ */
  6.  
  7. extern GckVisualInfo *visinfo;
  8.  
  9. extern GdkGC     *gc;
  10. extern GtkWidget *previewarea;
  11.  
  12. /* Externally visible functions */
  13. /* ============================ */
  14.  
  15. gboolean main_dialog (GimpDrawable *drawable);
  16.  
  17. #endif  /* __MAPOBJECT_UI_H__ */
  18.